home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / tcclib.zip / README.TOO < prev    next >
Text File  |  1989-02-11  |  346b  |  15 lines

  1.  
  2. GLOBAL VARIABLES
  3.  
  4.   There are three globals variables that are used by many of the 
  5.   routines.  Always remember to define these variables in your 
  6.   source file(s) or you will have linker errors for undefined 
  7.   variables.
  8.  
  9.  
  10.   unsigned char attrib    = 0x07;
  11.   unsigned char A_NORMAL  = 0x07;
  12.   unsigned char A_REVERSE = 0x70;
  13.  
  14.  
  15.